[INFO] fetching crate ioctl-macros 0.1.0...
[INFO] testing ioctl-macros-0.1.0 against try#0abe69e6c16114311cc2700e972492e64d69c28f for pr-154065-1
[INFO] extracting crate ioctl-macros 0.1.0 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate ioctl-macros 0.1.0
[INFO] finished tweaking crates.io crate ioctl-macros 0.1.0
[INFO] tweaked toml for crates.io crate ioctl-macros 0.1.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate ioctl-macros 0.1.0 on toolchain 0abe69e6c16114311cc2700e972492e64d69c28f
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 1 package to latest compatible version
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5fa20baea065cf64d1d8e4dc5cc6857a25e640715eb0c16c088cc8fe1d71b628
[INFO] running `Command { std: "docker" "start" "-a" "5fa20baea065cf64d1d8e4dc5cc6857a25e640715eb0c16c088cc8fe1d71b628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5fa20baea065cf64d1d8e4dc5cc6857a25e640715eb0c16c088cc8fe1d71b628", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5fa20baea065cf64d1d8e4dc5cc6857a25e640715eb0c16c088cc8fe1d71b628", kill_on_drop: false }`
[INFO] [stdout] 5fa20baea065cf64d1d8e4dc5cc6857a25e640715eb0c16c088cc8fe1d71b628
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cacf103a6e2092891c711cf45b75be8c5d6e48b7757fbeab2942846dacd40b27
[INFO] running `Command { std: "docker" "start" "-a" "cacf103a6e2092891c711cf45b75be8c5d6e48b7757fbeab2942846dacd40b27", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling ioctl-macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build
[INFO] [stdout]  --> build.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 |     gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stdout]  --> build.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 |     gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
[INFO] [stdout]   |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:4: warning: "_IOR" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     4 | # define _IOR(type,nr,size)     _IOC(_IOC_READ,(type),(nr),(size))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1,
[INFO] [stderr] warning: ioctl-macros@0.1.0:                  from src/ioctl.c:2:
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:84: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    84 | #define _IOR(type,nr,size)      _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:5: warning: "_IOW" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     5 | # define _IOW(type,nr,size)     _IOC(_IOC_WRITE,(type),(nr),(size))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:85: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    85 | #define _IOW(type,nr,size)      _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:6: warning: "_IOWR" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     6 | # define _IOWR(type,nr,size)    _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:86: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    86 | #define _IOWR(type,nr,size)     _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     #[inline]
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[inline]
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.03s
[INFO] running `Command { std: "docker" "inspect" "cacf103a6e2092891c711cf45b75be8c5d6e48b7757fbeab2942846dacd40b27", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cacf103a6e2092891c711cf45b75be8c5d6e48b7757fbeab2942846dacd40b27", kill_on_drop: false }`
[INFO] [stdout] cacf103a6e2092891c711cf45b75be8c5d6e48b7757fbeab2942846dacd40b27
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66d5abc600564ab8192642a2b514328f9a01924effc479dd2319bf8c067a2e2f
[INFO] running `Command { std: "docker" "start" "-a" "66d5abc600564ab8192642a2b514328f9a01924effc479dd2319bf8c067a2e2f", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:4: warning: "_IOR" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     4 | # define _IOR(type,nr,size)     _IOC(_IOC_READ,(type),(nr),(size))
[INFO] [stdout] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build
[INFO] [stdout]  --> build.rs:4:10
[INFO] [stdout]   |
[INFO] [stdout] 4 |     gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
[INFO] [stdout]   |          ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stdout] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stdout]  --> build.rs:4:18
[INFO] [stdout]   |
[INFO] [stdout] 4 |     gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
[INFO] [stdout]   |                  ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: ioctl-macros@0.1.0: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1,
[INFO] [stderr] warning: ioctl-macros@0.1.0:                  from src/ioctl.c:2:
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:84: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    84 | #define _IOR(type,nr,size)      _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:5: warning: "_IOW" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     5 | # define _IOW(type,nr,size)     _IOC(_IOC_WRITE,(type),(nr),(size))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:85: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    85 | #define _IOW(type,nr,size)      _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:6: warning: "_IOWR" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     6 | # define _IOWR(type,nr,size)    _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:86: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    86 | #define _IOWR(type,nr,size)     _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr]    Compiling ioctl-macros v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     #[inline]
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[inline]
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern {
[INFO] [stdout]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]  --> src/lib.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     #[inline]
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 |     #[inline]
[INFO] [stdout]   |     ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]   = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/lib.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stdout]   --> src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     #[inline]
[INFO] [stdout]    |     ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] running `Command { std: "docker" "inspect" "66d5abc600564ab8192642a2b514328f9a01924effc479dd2319bf8c067a2e2f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66d5abc600564ab8192642a2b514328f9a01924effc479dd2319bf8c067a2e2f", kill_on_drop: false }`
[INFO] [stdout] 66d5abc600564ab8192642a2b514328f9a01924effc479dd2319bf8c067a2e2f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0abe69e6c16114311cc2700e972492e64d69c28f" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2f56441e92da2e5415b8df5fa797284a2e65736dc6b44860af6de918be9c0790
[INFO] running `Command { std: "docker" "start" "-a" "2f56441e92da2e5415b8df5fa797284a2e65736dc6b44860af6de918be9c0790", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: use of deprecated type alias `gcc::Config`: gcc::Config has been renamed to gcc::Build
[INFO] [stderr]  --> build.rs:4:10
[INFO] [stderr]   |
[INFO] [stderr] 4 |     gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
[INFO] [stderr]   |          ^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated associated function `gcc::Build::new`: crate has been renamed to `cc`, the `gcc` name is not maintained
[INFO] [stderr]  --> build.rs:4:18
[INFO] [stderr]   |
[INFO] [stderr] 4 |     gcc::Config::new().file("src/ioctl.c").debug(false).compile("libioctlgen.a");
[INFO] [stderr]   |                  ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `ioctl-macros` (build script) generated 2 warnings
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:4: warning: "_IOR" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     4 | # define _IOR(type,nr,size)     _IOC(_IOC_READ,(type),(nr),(size))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: In file included from /usr/include/x86_64-linux-gnu/asm/ioctl.h:1,
[INFO] [stderr] warning: ioctl-macros@0.1.0:                  from src/ioctl.c:2:
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:84: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    84 | #define _IOR(type,nr,size)      _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:5: warning: "_IOW" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     5 | # define _IOW(type,nr,size)     _IOC(_IOC_WRITE,(type),(nr),(size))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:85: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    85 | #define _IOW(type,nr,size)      _IOC(_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: src/ioctl.c:6: warning: "_IOWR" redefined
[INFO] [stderr] warning: ioctl-macros@0.1.0:     6 | # define _IOWR(type,nr,size)    _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(size))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: ioctl-macros@0.1.0: /usr/include/asm-generic/ioctl.h:86: note: this is the location of the previous definition
[INFO] [stderr] warning: ioctl-macros@0.1.0:    86 | #define _IOWR(type,nr,size)     _IOC(_IOC_READ|_IOC_WRITE,(type),(nr),(_IOC_TYPECHECK(size)))
[INFO] [stderr] warning: ioctl-macros@0.1.0:       |
[INFO] [stderr] warning: `extern` declarations without an explicit ABI are deprecated
[INFO] [stderr]  --> src/lib.rs:3:1
[INFO] [stderr]   |
[INFO] [stderr] 3 | extern {
[INFO] [stderr]   | ^^^^^^ help: explicitly specify the "C" ABI: `extern "C"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(missing_abi)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stderr]  --> src/lib.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 |     #[inline]
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stderr]   = note: `#[warn(unused_attributes)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stderr]  --> src/lib.rs:7:5
[INFO] [stderr]   |
[INFO] [stderr] 7 |     #[inline]
[INFO] [stderr]   |     ^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stderr]   --> src/lib.rs:10:5
[INFO] [stderr]    |
[INFO] [stderr] 10 |     #[inline]
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stderr] 
[INFO] [stderr] warning: `#[inline]` attribute cannot be used on foreign functions
[INFO] [stderr]   --> src/lib.rs:13:5
[INFO] [stderr]    |
[INFO] [stderr] 13 |     #[inline]
[INFO] [stderr]    |     ^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = help: `#[inline]` can be applied to closures, functions, and methods
[INFO] [stderr] 
[INFO] [stderr] warning: `ioctl-macros` (lib) generated 5 warnings (run `cargo fix --lib -p ioctl-macros` to apply 5 suggestions)
[INFO] [stderr] warning: `ioctl-macros` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ioctl_macros-0a57ad628107eb0a)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ioctl_macros
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2f56441e92da2e5415b8df5fa797284a2e65736dc6b44860af6de918be9c0790", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f56441e92da2e5415b8df5fa797284a2e65736dc6b44860af6de918be9c0790", kill_on_drop: false }`
[INFO] [stdout] 2f56441e92da2e5415b8df5fa797284a2e65736dc6b44860af6de918be9c0790
